defns.
Signed-off-by: Keir Fraser <keir@xensource.com>
#define __XEN_PUBLIC_IO_BLKIF_H__
#include "ring.h"
-
-#include <asm-xen/gnttab.h> /* for grant_ref_t */
+#include "../gnttab.h" /* for grant_ref_t */
/*
* Front->back notifications: When enqueuing a new request, sending a
#define __XEN_PUBLIC_IO_NETIF_H__
#include "ring.h"
+#include "../gnttab.h" /* for grant_ref_t */
/*
* Note that there is *never* any need to notify the backend when enqueuing
#ifndef __XEN_PUBLIC_IO_TPMIF_H__
#define __XEN_PUBLIC_IO_TPMIF_H__
+#include "../gnttab.h" /* for grant_ref_t */
+
typedef struct {
unsigned long addr; /* Machine address of packet. */
grant_ref_t ref; /* grant table access reference */